home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2862 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  938 b 

  1. Path: prairienet.org!sjmccaug
  2. From: sjmccaug@prairienet.org (Scott J. McCaughrin)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Automatic data segment ???
  5. Date: 20 Jan 1996 03:23:28 GMT
  6. Organization: University of Illinois at Urbana
  7. Message-ID: <4dpn7g$4h4@vixen.cso.uiuc.edu>
  8. References: <4dpibg$gij@oxy.rust.net> <NEWTNews.822036255.26727.danipear@dialup.netvision.net.il>
  9. Reply-To: sjmccaug@prairienet.org (Scott J. McCaughrin)
  10. NNTP-Posting-Host: firefly.prairienet.org
  11.  
  12.  
  13. In a previous article, ebennett@rust.net () says:
  14.  
  15. >Dani Pear <danipear@netvision.net.il> wrote:
  16. >
  17. >
  18. >>Hi,
  19. >>In our windows application that is in C++, we can not
  20. >>link and create an EXE, and we receive the following 
  21. >>message: "Automatic data segment exceeds 64K".
  22. >>What are the reasons for this error.
  23. >
  24.  If this is the segment containing your local heap and you are requesting
  25.  too much heap-space vis-a-vis your static data, you should check that out.
  26.  
  27.  -- S.M.
  28.  
  29.